home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ewebedit / editor.mdb / fonts.json next >
JavaScript Object Notation  |  1999-06-10  |  222b

  1. {
  2.     "schema": {
  3.         "Font_id": "Long Integer",
  4.         "FONT_FACE": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "Font_id": 1,
  9.             "FONT_FACE": "Arial"
  10.         },
  11.         {
  12.             "Font_id": 2,
  13.             "FONT_FACE": "Verdana"
  14.         },
  15.         {
  16.             "Font_id": 3,
  17.             "FONT_FACE": "helvetica"
  18.         },
  19.         {
  20.             "Font_id": 4,
  21.             "FONT_FACE": "New Times Roman"
  22.         }
  23.     ]
  24. }